.sm-nav-link {
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-left: 5px;
}

.tfm-background {
    background-color: #202124;
}

.active {
    border-radius: 2px;
}

.sm-nav-link:hover {
    color: gray;
    border-radius: 2px;
}

.nav-link {
    font-size: 14px;
    font-weight: bold;
}

.navbar-brand {
    font-weight: bold;
}

.carousel-inner {
    max-height: 500px;
}
.carousel-inner img {
}

#particular-one {
    height: 400px;
    border-bottom: 2px solid balck;
}

.tfm-container {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}

#header-box {
    position: relative;
    z-index: 6;
    margin-top: 60px;
}

.tfm-border {
    border: 5px solid transparent !important;
}

.tfm-top-5 {
    margin-top: 10rem !important;
}

.tfm-notice-header {
    font-weight: 700;
    font-size: 1.7em;
}

.tfm-transparent-btn {
    background-color: transparent !important;
}

.tfm-btn-rounded {
    border: 1px solid black;
    border-radius: 50px !important;
}

.ml2 {
    font-weight: 700;
    font-size: 2.5em;
}

.ml2 .letter {
    /* display: inline-block;
    line-height: 1em; */
}

.ml1 {
    text-transform: capitalize;
}

.tfm-card-body-header {
    font-size: 1.3em !important;
    font-weight: 400;
}

div.tfm-header-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 900;
}

.tfm-header-title {
    font-size: 22px;
    font-weight: 700;
}

.tfm-modal-title {
    font-size: 18px;
    font-weight: 600;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.fw-r10 {
    margin: 0px 10px 0px 0px;
}

.fw-r5 {
    margin-right: 5px;
}

.toast-success {
    background-color: #00c851;
    font-weight: bold;
}

.toast-error {
    background-color: tomato;
    font-weight: bold;
}

.model_list_inline > ul {
    font-family: "Font Awesome 5 Free";
    list-style-type: none;
}

.model_list_inline > ul > li::before {
    content: "\f00c";
    float: left;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.model_list_inline > ul > li {
    float: left;
    width: 50%;
    padding: 10px;
    font-family: Roboto, sans-serif;
    line-height: 1.5;
}

.router-link-exact-active {
    background-color: #343a40 !important;
    color: white;
}

.router-link-exact-active:hover {

    color: white;
}
